object ZipPasswordDlg: TZipPasswordDlg Left = 391 Top = 432 BorderIcons = [] BorderStyle = bsDialog BorderWidth = 8 Caption = 'Entrer le mot de passe' ClientHeight = 130 ClientWidth = 238 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object InvalidLbl: TLabel Left = 0 Top = 0 Width = 238 Height = 13 Align = alTop Alignment = taCenter Caption = 'Le mot de passe est incorrect.' end object Panel1: TPanel Left = 0 Top = 13 Width = 238 Height = 117 Align = alClient BevelOuter = bvNone TabOrder = 0 DesignSize = ( 238 117) object Label3: TLabel Left = 0 Top = 4 Width = 91 Height = 13 Caption = 'Archive encrypt'#233'e :' end object Label1: TLabel Left = 0 Top = 47 Width = 50 Height = 13 Caption = 'Mot de passe :' end object SpecPanel: TPanel Left = 0 Top = 20 Width = 238 Height = 21 Anchors = [akLeft, akTop, akRight] BevelOuter = bvLowered TabOrder = 0 end object PasswordEdit: TEdit Left = 0 Top = 63 Width = 238 Height = 21 Anchors = [akLeft, akTop, akRight] PasswordChar = '*' TabOrder = 1 end object OkBtn: TButton Left = 79 Top = 94 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelBtn: TButton Left = 163 Top = 94 Width = 75 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end end end